home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / gui / VisualArts2_2.lha / VisualArts / Demos / Source / Icon / Icon_images.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-02  |  14.1 KB  |  366 lines

  1. /* IMAGES                                */
  2. /* Visual Arts Version 2.1                        */
  3. /* Copyright (c)1994-95 Danny Y. Wong  All rights reserved        */
  4. /* Calgary, Alberta (CANADA)                                    */
  5.  
  6. UWORD __chip def_makefileData[176] =
  7. {
  8.     0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x7000,
  9.     0x1fff,0x8001,0xfff8,0xd000,0x1fff,0x8001,0xfff9,0x9000,
  10.     0x1fff,0x8001,0xfff9,0x9000,0x1fff,0x8001,0xfff8,0x9000,
  11.     0x1fff,0x8001,0xfff8,0x1000,0x0000,0x0000,0x0000,0x1000,
  12.     0x7f9f,0xff80,0x0000,0x1000,0x7f9f,0xff80,0x0000,0x1000,
  13.     0x7f9f,0xff80,0x0000,0x1000,0x7f9f,0xff80,0x0000,0x1000,
  14.     0x7f9f,0xff80,0x0000,0x1000,0x0000,0x0000,0x0000,0x1000,
  15.     0x1fff,0x9fff,0x9fff,0x9000,0x1fff,0x9fff,0x9fff,0x9000,
  16.     0x1fff,0x9fff,0x9fff,0x9000,0x1fff,0x9fff,0x9fff,0x9000,
  17.     0x1fff,0x9fff,0x9fff,0x9000,0x0000,0x0000,0x0000,0x1000,
  18.     0x5555,0x556a,0xaaaa,0xb000,0x7fff,0xffff,0xffff,0xf000,
  19.  
  20.     0xffff,0xffff,0xffff,0xf000,0x8000,0x0000,0x0000,0x0000,
  21.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  22.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0007,0x0000,
  23.     0x8000,0x0002,0x0007,0x0000,0x8000,0x0007,0xfffe,0x0000,
  24.     0x8000,0x0000,0x0ff8,0x0000,0x8000,0x0000,0x0000,0x0000,
  25.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  26.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  27.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  28.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  29.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  30.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000
  31. };
  32.  
  33. struct Image def_makefileImage =
  34. {
  35.     0,0,
  36.     52,22,2,
  37.     (UWORD *)&def_makefileData[0],
  38.     0x03,0x00,
  39.     (struct Image *)NULL
  40. };
  41.  
  42. UWORD __chip def_makefile1Data[176] =
  43. {
  44.     0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x1000,
  45.     0x1fff,0x8000,0x0000,0x1000,0x1fff,0x8000,0x0000,0x3000,
  46.     0x1fff,0x8000,0x0000,0x7000,0x1fff,0x8001,0xfff8,0xd000,
  47.     0x1fff,0x8001,0xfff9,0x9000,0x0000,0x0001,0xfff9,0x9000,
  48.     0x7f9f,0xff81,0xfff8,0x9000,0x7f9f,0xff81,0xfff8,0x1000,
  49.     0x7f9f,0xff80,0x0000,0x1000,0x7f9f,0xff80,0x0000,0x1000,
  50.     0x7f9f,0xff80,0x0000,0x1000,0x0000,0x0000,0x0000,0x1000,
  51.     0x1fff,0x9fff,0x9fff,0x9000,0x1fff,0x9fff,0x9fff,0x9000,
  52.     0x1fff,0x9fff,0x9fff,0x9000,0x1fff,0x9fff,0x9fff,0x9000,
  53.     0x1fff,0x9fff,0x9fff,0x9000,0x0000,0x0000,0x0000,0x1000,
  54.     0x5555,0x556a,0xaaaa,0xb000,0x7fff,0xffff,0xffff,0xf000,
  55.  
  56.     0xffff,0xffff,0xffff,0xf000,0x8000,0x0000,0x0000,0x0000,
  57.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  58.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  59.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  60.     0x8000,0x0000,0x0007,0x0000,0x8000,0x0002,0x0007,0x0000,
  61.     0x8000,0x0007,0xfffe,0x0000,0x8000,0x0000,0x0ff8,0x0000,
  62.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  63.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  64.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  65.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  66.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000
  67. };
  68.  
  69. struct Image def_makefile1Image =
  70. {
  71.     0,0,
  72.     52,22,2,
  73.     (UWORD *)&def_makefile1Data[0],
  74.     0x03,0x00,
  75.     (struct Image *)NULL
  76. };
  77.  
  78. UWORD __chip ShellData[176] =
  79. {
  80.     0x0000,0x0000,0x0000,0x0400,0x0800,0x0000,0x0041,0x0400,
  81.     0x0800,0x0000,0x0041,0x0400,0x7fff,0xffff,0xffff,0xfc00,
  82.     0x2000,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  83.     0x2330,0x0000,0x0000,0x0400,0x270c,0x0000,0x0000,0x0400,
  84.     0x2303,0x0000,0x0000,0x0400,0x230c,0x0000,0x0000,0x0400,
  85.     0x2330,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  86.     0x2000,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  87.     0x2000,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  88.     0x2000,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  89.     0x2000,0x0000,0x0000,0x0400,0x2000,0x0000,0x0000,0x0400,
  90.     0x2000,0x0000,0x0000,0x0400,0x7fff,0xffff,0xffff,0xfc00,
  91.  
  92.     0xffff,0xffff,0xffff,0xf800,0x8400,0x0000,0x0020,0x8000,
  93.     0x8400,0x0000,0x0020,0x8000,0x8000,0x0000,0x0000,0x0000,
  94.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  95.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  96.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  97.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  98.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  99.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  100.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  101.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x8000,
  102.     0x8000,0x0000,0x0000,0x8000,0x8000,0x0000,0x0000,0x0000
  103. };
  104.  
  105. struct Image ShellImage =
  106. {
  107.     0,0,
  108.     54,22,2,
  109.     (UWORD *)&ShellData[0],
  110.     0x03,0x00,
  111.     (struct Image *)NULL
  112. };
  113.  
  114. UWORD __chip Shell1Data[176] =
  115. {
  116.     0x0000,0x0000,0x0000,0x0400,0x7bff,0xffff,0xffdf,0x7c00,
  117.     0x7bff,0xffff,0xffdf,0x7c00,0x7fff,0xffff,0xffff,0xfc00,
  118.     0x6000,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  119.     0x6330,0x0000,0x0000,0x7c00,0x670c,0x0000,0x0000,0x7c00,
  120.     0x6303,0x0000,0x0000,0x7c00,0x630c,0x0000,0x0000,0x7c00,
  121.     0x6330,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  122.     0x6000,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  123.     0x6000,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  124.     0x6000,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  125.     0x6000,0x0000,0x0000,0x7c00,0x6000,0x0000,0x0000,0x7c00,
  126.     0x6000,0x0000,0x0000,0x7c00,0x7fff,0xffff,0xffff,0xfc00,
  127.  
  128.     0xffff,0xffff,0xffff,0xf800,0xf7ff,0xffff,0xffbe,0xf800,
  129.     0xf7ff,0xffff,0xffbe,0xf800,0x8000,0x0000,0x0000,0x0000,
  130.     0xc000,0x0000,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  131.     0xc000,0x3e00,0x0000,0xf800,0xc000,0x3e00,0x0000,0xf800,
  132.     0xc000,0x3e00,0x0000,0xf800,0xc000,0x3e00,0x0000,0xf800,
  133.     0xc000,0x3e00,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  134.     0xc000,0x0000,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  135.     0xc000,0x0000,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  136.     0xc000,0x0000,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  137.     0xc000,0x0000,0x0000,0xf800,0xc000,0x0000,0x0000,0xf800,
  138.     0xc000,0x0000,0x0000,0xf800,0x8000,0x0000,0x0000,0x0000
  139. };
  140.  
  141. struct Image Shell1Image =
  142. {
  143.     0,0,
  144.     54,22,2,
  145.     (UWORD *)&Shell1Data[0],
  146.     0x03,0x00,
  147.     (struct Image *)NULL
  148. };
  149.  
  150. UWORD __chip def_mapData[176] =
  151. {
  152.     0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x1000,
  153.     0x0000,0x0000,0x3fc0,0x1000,0x0001,0xffff,0xf470,0x1000,
  154.     0x0002,0x0000,0x309c,0x1000,0x0004,0x0000,0x687e,0x1000,
  155.     0x0008,0x0000,0xd8fb,0x1000,0x0010,0x0001,0xf07d,0x1000,
  156.     0x0020,0x0003,0xe025,0x9000,0x0040,0x0007,0x207c,0x9000,
  157.     0x0020,0x0002,0x20fe,0x9000,0x0010,0x0001,0x00fe,0x9000,
  158.     0x0008,0x0000,0xc07c,0x9000,0x0004,0x0000,0x7018,0x9000,
  159.     0x03fe,0x0000,0x3019,0x9000,0x0201,0x0000,0x1011,0x9000,
  160.     0x03c0,0x8000,0x0813,0x1000,0x027c,0x7fff,0xfc06,0x1000,
  161.     0x03c7,0xc000,0x041c,0x1000,0x027c,0x7fff,0xfe78,0x1000,
  162.     0x03c7,0xc000,0x07c0,0x1000,0x7fff,0xffff,0xffff,0xf000,
  163.  
  164.     0xffff,0xffff,0xffff,0xf000,0x8000,0x0000,0x0000,0x0000,
  165.     0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0b80,0x0000,
  166.     0x8001,0xffff,0xcf60,0x0000,0x8003,0xffff,0x9780,0x0000,
  167.     0x8006,0x0003,0x2704,0x0000,0x800f,0xfffe,0x0f82,0x0000,
  168.     0x801f,0xfffc,0x1fda,0x0000,0x8030,0x0008,0xdf83,0x0000,
  169.     0x801f,0xfffd,0xdf01,0x0000,0x800f,0xfffe,0xff01,0x0000,
  170.     0x8006,0x0003,0x3f83,0x0000,0x8003,0xffff,0x8fe7,0x0000,
  171.     0x8001,0xffff,0xcfe6,0x0000,0x81fe,0xc000,0x6fee,0x0000,
  172.     0x803f,0x7fff,0xf7ec,0x0000,0x8183,0x8000,0x03f8,0x0000,
  173.     0x8038,0x3fff,0xfbe0,0x0000,0x8183,0x8000,0x0180,0x0000,
  174.     0x8038,0x3fff,0xf800,0x0000,0x8000,0x0000,0x0000,0x0000
  175. };
  176.  
  177. struct Image def_mapImage =
  178. {
  179.     0,0,
  180.     52,22,2,
  181.     (UWORD *)&def_mapData[0],
  182.     0x03,0x00,
  183.     (struct Image *)NULL
  184. };
  185.  
  186. UWORD __chip def_map1Data[176] =
  187. {
  188.     0x0000,0x0000,0x0000,0x0000,0x0000,0x8000,0x1000,0x1000,
  189.     0x0001,0x0000,0x3fe0,0x1000,0x0001,0x0000,0x29b8,0x1000,
  190.     0x0002,0x0000,0x7e3c,0x1000,0x0002,0x0000,0x7d1e,0x1000,
  191.     0x0004,0x0000,0xfb3e,0x1000,0x0004,0x0000,0xfe1f,0x1000,
  192.     0x0004,0x0000,0xfc09,0x9000,0x0004,0x0000,0xc81f,0x9000,
  193.     0x0002,0x0000,0x483f,0x9000,0x0002,0x0000,0x403f,0x9000,
  194.     0x0001,0x0000,0x301e,0x9000,0x0001,0x0000,0x3c06,0x9000,
  195.     0x03ff,0x8000,0x1c07,0x9000,0x0200,0x8000,0x1805,0x9000,
  196.     0x03c0,0x4000,0x0803,0x1000,0x027c,0x7fff,0xfc06,0x1000,
  197.     0x03c7,0xc000,0x041c,0x1000,0x027c,0x7fff,0xfd70,0x1000,
  198.     0x03c7,0xc000,0x07e0,0x1000,0x7fff,0xffff,0xffff,0xf000,
  199.  
  200.     0xffff,0xffff,0xffff,0xf000,0x8000,0x7fff,0xe000,0x0000,
  201.     0x8000,0xffff,0xc000,0x0000,0x8000,0xc000,0xd640,0x0000,
  202.     0x8001,0xffff,0x81c0,0x0000,0x8001,0xffff,0x82e0,0x0000,
  203.     0x8003,0xffff,0x04c0,0x0000,0x8003,0x0007,0x01e0,0x0000,
  204.     0x8003,0xffff,0x03f6,0x0000,0x8003,0xffff,0x37e0,0x0000,
  205.     0x8001,0xffff,0xb7c0,0x0000,0x8001,0x800f,0xbfc0,0x0000,
  206.     0x8000,0xffff,0xcfe1,0x0000,0x8000,0xffff,0xc3f9,0x0000,
  207.     0x8000,0x7fff,0xe3f8,0x0000,0x81ff,0x6007,0xe7fa,0x0000,
  208.     0x803f,0xbfff,0xf7fc,0x0000,0x8183,0x8000,0x03f8,0x0000,
  209.     0x8038,0x3fff,0xfbe0,0x0000,0x8183,0x8000,0x0280,0x0000,
  210.     0x8038,0x3fff,0xf800,0x0000,0x8000,0x0000,0x0000,0x0000
  211. };
  212.  
  213. struct Image def_map1Image =
  214. {
  215.     0,0,
  216.     52,22,2,
  217.     (UWORD *)&def_map1Data[0],
  218.     0x03,0x00,
  219.     (struct Image *)NULL
  220. };
  221.  
  222. UWORD __chip AppLauncherData[176] =
  223. {
  224.     0x0000,0x0000,0x0000,0x0400,0x0000,0x0000,0x0000,0x0c00,
  225.     0x0000,0x0000,0x0000,0x0c00,0x0000,0x0010,0x0000,0x0c00,
  226.     0x0000,0x0038,0x0000,0x0c00,0x0000,0x007c,0x0000,0x0c00,
  227.     0x0000,0x00fe,0x0000,0x0c00,0x0000,0x03ff,0x0000,0x0c00,
  228.     0x0000,0x0fff,0x0000,0x0c00,0x0000,0x1dff,0x0000,0x0c00,
  229.     0x0000,0x31ff,0x0000,0x0c00,0x0000,0xe1ff,0x0000,0x0c00,
  230.     0x0001,0x81ff,0x0000,0x0c00,0x0007,0x01ff,0x0000,0x0c00,
  231.     0x000e,0x01ff,0x0000,0x0c00,0x001f,0xffff,0x0000,0x0c00,
  232.     0x0070,0x01ff,0x0000,0x0c00,0x00c0,0x01ff,0xfffe,0x0c00,
  233.     0x0000,0x0000,0x0000,0x0c00,0x0000,0x0000,0x0000,0x0c00,
  234.     0x0000,0x0000,0x0000,0x0c00,0x3fff,0xffff,0xffff,0xfc00,
  235.  
  236.     0xffff,0xffff,0xffff,0xf800,0xd555,0x5555,0x5555,0x5000,
  237.     0xd555,0x5555,0x5555,0x5000,0xd555,0x5555,0x5555,0x5000,
  238.     0xd555,0x557d,0x5555,0x5000,0xd555,0x557d,0x5555,0x5000,
  239.     0xd555,0x55ff,0x5555,0x5000,0xd555,0x547f,0x5555,0x5000,
  240.     0xd555,0x507f,0x5555,0x5000,0xd555,0x407f,0x5555,0x5000,
  241.     0xd555,0x447f,0x5555,0x5000,0xd555,0x147f,0x5555,0x5000,
  242.     0xd554,0x547f,0x5555,0x5000,0xd550,0x547f,0x5555,0x5000,
  243.     0xd551,0x547f,0x5555,0x5000,0xd540,0x007f,0x5555,0x5000,
  244.     0xd505,0x547f,0x5555,0x5000,0xd515,0x547f,0xffff,0x5000,
  245.     0xd555,0x5555,0x5555,0x5000,0xd555,0x5555,0x5555,0x5000,
  246.     0xd555,0x5555,0x5555,0x5000,0xc000,0x0000,0x0000,0x0000
  247. };
  248.  
  249. struct Image AppLauncherImage =
  250. {
  251.     0,0,
  252.     54,22,2,
  253.     (UWORD *)&AppLauncherData[0],
  254.     0x03,0x00,
  255.     (struct Image *)NULL
  256. };
  257.  
  258. UWORD __chip AppLauncher1Data[176] =
  259. {
  260.     0xffff,0xffff,0xffff,0xf800,0xc000,0x0000,0x0000,0x0000,
  261.     0xc000,0x0000,0x0000,0x0000,0xc000,0x0010,0x0000,0x0000,
  262.     0xc000,0x0038,0x0000,0x0000,0xc000,0x007c,0x0000,0x0000,
  263.     0xc000,0x00fe,0x0000,0x0000,0xc000,0x03ff,0x0000,0x0000,
  264.     0xc000,0x0fff,0x0000,0x0000,0xc000,0x1dff,0x0000,0x0000,
  265.     0xc000,0x31ff,0x0000,0x0000,0xc000,0xe1ff,0x0000,0x0000,
  266.     0xc001,0x81ff,0x0000,0x0000,0xc007,0x01ff,0x0000,0x0000,
  267.     0xc00e,0x01ff,0x0000,0x0000,0xc01f,0xffff,0x0000,0x0000,
  268.     0xc070,0x01ff,0x0000,0x0000,0xc0c0,0x01ff,0xfffe,0x0000,
  269.     0xc000,0x0000,0x0000,0x0000,0xc000,0x0000,0x0000,0x0000,
  270.     0xc000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  271.  
  272.     0x0000,0x0000,0x0000,0x0400,0x1555,0x5555,0x5555,0x5c00,
  273.     0x1555,0x5555,0x5555,0x5c00,0x1555,0x5555,0x5555,0x5c00,
  274.     0x1555,0x557d,0x5555,0x5c00,0x1555,0x557d,0x5555,0x5c00,
  275.     0x1555,0x55ff,0x5555,0x5c00,0x1555,0x547f,0x5555,0x5c00,
  276.     0x1555,0x507f,0x5555,0x5c00,0x1555,0x407f,0x5555,0x5c00,
  277.     0x1555,0x447f,0x5555,0x5c00,0x1555,0x147f,0x5555,0x5c00,
  278.     0x1554,0x547f,0x5555,0x5c00,0x1550,0x547f,0x5555,0x5c00,
  279.     0x1551,0x547f,0x5555,0x5c00,0x1540,0x007f,0x5555,0x5c00,
  280.     0x1505,0x547f,0x5555,0x5c00,0x1515,0x547f,0xffff,0x5c00,
  281.     0x1555,0x5555,0x5555,0x5c00,0x1555,0x5555,0x5555,0x5c00,
  282.     0x1555,0x5555,0x5555,0x5c00,0x7fff,0xffff,0xffff,0xfc00
  283. };
  284.  
  285. struct Image AppLauncher1Image =
  286. {
  287.     0,0,
  288.     54,22,2,
  289.     (UWORD *)&AppLauncher1Data[0],
  290.     0x03,0x00,
  291.     (struct Image *)NULL
  292. };
  293.  
  294. UWORD __chip DPaintData[176] =
  295. {
  296.     0x0000,0x0000,0x0000,0x0400,0x0000,0x0000,0x0000,0x0c00,
  297.     0x0000,0x00c0,0x0000,0x0c00,0x0000,0x01e0,0x0040,0x0c00,
  298.     0x0000,0x03f0,0x0fc0,0x0c00,0x0000,0x07f8,0x1f80,0x0c00,
  299.     0x0000,0x0ffc,0xfe00,0x0c00,0x0000,0x1ff8,0x3000,0x0c00,
  300.     0x0000,0x3fe0,0x0000,0x0c00,0x0000,0x7f80,0x8000,0x0c00,
  301.     0x0000,0xfe03,0xc000,0x0c00,0x0001,0xfdf7,0xa000,0x0c00,
  302.     0x0003,0xf0ee,0x7000,0x0c00,0x0007,0xf1fe,0xf800,0x0c00,
  303.     0x000f,0x37fc,0xfc00,0x0c00,0x001c,0x37fd,0xfe00,0x0c00,
  304.     0x0031,0xf7f9,0xff00,0x0c00,0x0047,0xfffb,0xff80,0x0c00,
  305.     0x00bf,0x81f3,0xffc0,0x0c00,0x00ff,0xffff,0xffc0,0x0c00,
  306.     0x0000,0x0000,0x0000,0x0c00,0x7fff,0xffff,0xffff,0xfc00,
  307.  
  308.     0xffff,0xffff,0xffff,0xf800,0xc000,0x0000,0x0000,0x0000,
  309.     0xc000,0x0000,0x0040,0x0000,0xc000,0x00c0,0x03e0,0x0000,
  310.     0xc000,0x01e0,0x1fe0,0x0000,0xc000,0x03f0,0x6040,0x0000,
  311.     0xc000,0x0000,0x0180,0x0000,0xc000,0x0007,0xc000,0x0000,
  312.     0xc000,0x1fff,0xc000,0x0000,0xc000,0x3fff,0x0000,0x0000,
  313.     0xc000,0x7fff,0x8000,0x0000,0xc000,0x0208,0x4000,0x0000,
  314.     0xc001,0xcf19,0xe000,0x0000,0xc003,0xcf89,0xf000,0x0000,
  315.     0xc007,0xcf83,0xf800,0x0000,0xc00f,0xcfc3,0xfc00,0x0000,
  316.     0xc01f,0xcfc7,0xfe00,0x0000,0xc03f,0x03e7,0xff00,0x0000,
  317.     0xc07f,0xffff,0xff80,0x0000,0xc000,0x0000,0x0000,0x0000,
  318.     0xc000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000
  319. };
  320.  
  321. struct Image DPaintImage =
  322. {
  323.     0,0,
  324.     54,22,2,
  325.     (UWORD *)&DPaintData[0],
  326.     0x03,0x00,
  327.     (struct Image *)NULL
  328. };
  329.  
  330. UWORD __chip DPaint1Data[176] =
  331. {
  332.     0xffff,0xffff,0xffff,0xf800,0xc000,0x0000,0x0000,0x0000,
  333.     0xc000,0x0000,0x0020,0x0000,0xc000,0x0040,0x0060,0x0000,
  334.     0xc000,0x00e0,0x07e0,0x0000,0xc000,0x01f0,0x3fe0,0x0000,
  335.     0xc000,0x03f8,0x00c0,0x0000,0xc000,0x0001,0xcf00,0x0000,
  336.     0xc000,0x0fff,0xe000,0x0000,0xc000,0x1fff,0xc000,0x0000,
  337.     0xc000,0x3fff,0x8000,0x0000,0xc000,0x0208,0x4000,0x0000,
  338.     0xc000,0xc71c,0xe000,0x0000,0xc001,0xc78c,0xf000,0x0000,
  339.     0xc003,0xc789,0xf800,0x0000,0xc007,0xc7c1,0xfc00,0x0000,
  340.     0xc00f,0xc7c3,0xfe00,0x0000,0xc01f,0xc7e3,0xff00,0x0000,
  341.     0xc03f,0x83e7,0xff80,0x0000,0xc000,0x0000,0x0000,0x0000,
  342.     0xc000,0x0000,0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,
  343.  
  344.     0x0000,0x0000,0x0000,0x0400,0x0000,0x0000,0x0000,0x0c00,
  345.     0x0000,0x0040,0x0000,0x0c00,0x0000,0x00e0,0x0000,0x0c00,
  346.     0x0000,0x01f0,0x01e0,0x0c00,0x0000,0x03f8,0x1fc0,0x0c00,
  347.     0x0000,0x07fc,0x3f00,0x0c00,0x0000,0x0000,0x3000,0x0c00,
  348.     0x0000,0x1ff0,0x0000,0x0c00,0x0000,0x3fc0,0x0000,0x0c00,
  349.     0x0000,0x7f80,0xc000,0x0c00,0x0000,0xfff7,0xe000,0x0c00,
  350.     0x0001,0xf8e7,0x3000,0x0c00,0x0003,0xf877,0x7800,0x0c00,
  351.     0x0007,0xbbf6,0xfc00,0x0c00,0x000e,0x3bfe,0xfe00,0x0c00,
  352.     0x0018,0x7bfd,0xff00,0x0c00,0x0023,0xfbfd,0xff80,0x0c00,
  353.     0x004f,0xfdfb,0xffc0,0x0c00,0x00ff,0xffff,0xffe0,0x0c00,
  354.     0x0000,0x0000,0x0000,0x0c00,0x7fff,0xffff,0xffff,0xfc00
  355. };
  356.  
  357. struct Image DPaint1Image =
  358. {
  359.     0,0,
  360.     54,22,2,
  361.     (UWORD *)&DPaint1Data[0],
  362.     0x03,0x00,
  363.     (struct Image *)NULL
  364. };
  365.  
  366.